Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMGetProxyInfo

Gets the proxy information for a given session.

OSStatus JMGetProxyInfo (
                     JMSessionRef session, 
                     JMProxyType type, 
                     JMProxyInfo* proxyInfo);
session
The session whose proxy information you wish to determine.
type
The type of proxy you want to query. See "Session Security Indicators" for a list of possible values to pass.
proxyInfo
A pointer to a proxy information structure. on return, this structure contains the proxy information for the specified proxy type. For more information, see "Proxy Server Options".
function result
A result code; see "JManager Result Codes".
SEE ALSO
The JMSetProxyInfo function.
"Specifying Proxy Servers".

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997